home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / update-manager / DistUpgrade.cfg < prev    next >
Encoding:
INI File  |  2007-04-24  |  1.5 KB  |  56 lines

  1. [View]
  2. # the views will be tried in this order, if one fails to import, the next
  3. # is tried
  4. View=DistUpgradeViewGtk,DistUpgradeViewKDE, DistUpgradeViewText
  5. #View=DistUpgradeViewNonInteractive
  6.  
  7. # Distro contains global information about the upgrade
  8. [Distro]
  9. # the meta-pkgs we support
  10. MetaPkgs=ubuntu-desktop, kubuntu-desktop, edubuntu-desktop, xubuntu-desktop
  11. BaseMetaPkgs=ubuntu-minimal, ubuntu-standard
  12. PostUpgradePurge=xorg-common, libgl1-mesa
  13. Demotions=demoted.cfg
  14. RemoveEssentialOk=sysvinit
  15. RemovalBlacklistFile=removal_blacklist.cfg
  16. # if those packages were installed, make sure to keep them installed
  17. # we use this right now to emulate Breaks
  18. KeepInstalledPkgs=gnumeric, gnumeric-gtk, hpijs
  19. KeepInstalledSection=translations
  20. PostInstallScripts=./apt-autoinst-fixup.py
  21.  
  22. # information about the individual meta-pkgs
  23. [ubuntu-desktop]
  24. KeyDependencies=gdm, gnome-panel, ubuntu-artwork
  25. # those pkgs will be marked remove right after the distUpgrade in the cache
  26. PostUpgradeRemove=xscreensaver
  27.  
  28. [kubuntu-desktop]
  29. KeyDependencies=kdm, kicker, kubuntu-artwork-usplash
  30. # those packages are marked as obsolete right after the upgrade
  31. ForcedObsoletes=ivman
  32.  
  33. [edubuntu-desktop]
  34. KeyDependencies=edubuntu-artwork, tuxpaint
  35.  
  36. [xubuntu-desktop]
  37. KeyDependencies=xubuntu-artwork-usplash, xubuntu-default-settings, xfwm4
  38.  
  39. [Files]
  40. BackupExt=distUpgrade
  41.  
  42. [Sources]
  43. From=edgy
  44. To=feisty
  45. ValidOrigin=Ubuntu
  46. ValidMirrors = mirrors.cfg
  47.  
  48. [Backports]
  49. Packages=apt,dpkg,python2.4-apt
  50. VersionIdent=~dapper
  51. SourcesList=backport-source.list
  52.  
  53. [Network]
  54. MaxRetries=3
  55.  
  56.